home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / pyshared / ubuntuone / clientdefs.py < prev   
Text File  |  2009-10-29  |  1KB  |  30 lines

  1. # ubuntuone.clientdefs - Configure-time definitions
  2. #
  3. # Author: David Planella <david.planella@ubuntu.com>
  4. #
  5. # Copyright 2009 Canonical Ltd.
  6. #
  7. # This program is free software: you can redistribute it and/or modify it
  8. # under the terms of the GNU General Public License version 3, as published
  9. # by the Free Software Foundation.
  10. #
  11. # This program is distributed in the hope that it will be useful, but
  12. # WITHOUT ANY WARRANTY; without even the implied warranties of
  13. # MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
  14. # PURPOSE.  See the GNU General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU General Public License along
  17. # with this program.  If not, see <http://www.gnu.org/licenses/>.
  18. """Ubuntu One client definitions.
  19.  
  20. This is a package containing configure-time definitions for the Ubuntu One
  21. client.
  22.  
  23. """
  24.  
  25. # pylint: disable-msg=C0301
  26. VERSION = "1.0.2"
  27. LOCALEDIR = "/usr/share/locale"
  28. LIBEXECDIR = "/usr/lib/ubuntuone-client"
  29. GETTEXT_PACKAGE = "ubuntuone-client"
  30.